RXFIFO_FULL_THRHD | |
TXFIFO_EMPTY_THRHD | Config txfifo empty threhd value when using apb fifo access |
NONFIFO_EN | Set this bit to enble apb nonfifo access. |
FIFO_ADDR_CFG_EN | When this bit is set to 1 then the byte after address represent the offset address of I2C Slave’s ram. |
RX_FIFO_RST | Set this bit to reset rx fifo when using apb fifo access. |
TX_FIFO_RST | Set this bit to reset tx fifo when using apb fifo access. |
NONFIFO_RX_THRES | when I2C receives more than nonfifo_rx_thres data it will produce rx_send_full_int_raw interrupt and update the current offset address of the receiving data. |
NONFIFO_TX_THRES | when I2C sends more than nonfifo_tx_thres data it will produce tx_send_empty_int_raw interrupt and update the current offset address of the sending data. |